From c1c6c2ac90af918559027efd608c45f4429fac51 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Sat, 30 Aug 2008 08:11:09 +0100 Subject: [PATCH] stubdom: Absolute path for XEN_ROOT. It may be used in subdirectories indirectly (e.g., as path component of $(INSTALL)). Signed-off-by: Keir Fraser --- stubdom/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stubdom/Makefile b/stubdom/Makefile index b94c4422a8..15de9eb536 100644 --- a/stubdom/Makefile +++ b/stubdom/Makefile @@ -1,4 +1,4 @@ -XEN_ROOT = .. +XEN_ROOT = $(CURDIR)/.. MINI_OS = $(XEN_ROOT)/extras/mini-os export XEN_OS=MiniOS -- 2.30.2